home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / utility / horst_2.zip / DELAGE.DOC < prev    next >
Text File  |  1995-12-18  |  679b  |  19 lines

  1. ------------------------------------------------------------------------
  2. DELAGE    deletes files by age          Ver 1.2 (c) 1995 Horst Schaeffer
  3. -------------------------------------------------------------------------
  4.  
  5. Syntax:  DELAGE filespec days [Options]
  6.  
  7. filespec:     [drive:][path\]filename.ext  - wildcards allowed
  8. days:         age (number of days)
  9. Option /R     include read-only files
  10.        /L     just list files (with age) - don't delete
  11.        /?     brief help
  12.  
  13. Errorlevel 0:    ok, done (also if no files qualified)
  14. Errorlevel 255:  invalid command specifications
  15. else:
  16. Errorlevel =     number of delete errors (very unlikely)
  17.  
  18. = 04 FEB 1995
  19.